ToBase64(string or binary_object)Returns the Base 64 representation of the string or binary object. Base64 is a format that uses
printable characters, allowing binary data to be sent in forms and Email, and stored in a database or file.See also CFFILE for information about loading and reading binary data, CFWDDX for information about serializing and deserializing binary data, and IsBinary and ToBinary for checking for binary data and converting a Base 64 object to binary form.
String or binary object that is to be converted to Base 64.